home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7005.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
1KB
|
77 lines
Deletes a stored view.
VDelete(ViewName : STRING);
Restores a saved view.
VRestore(ViewName : STRING);
Saves the current view.
VSave(ViewName : STRING);
Deletes an object name from a drawing.
DelName(Name : STRING);
Deletes a class from a drawing.
DelClass(ClassName : STRING);
Rescales a selected object on the active layer.
Scale(ScaleX, ScaleY : REAL);
Rotates the most recently created 3D object.
Rotate3D(#XAngle, #YAngle, #ZAngle : REAL);
Rotates a selected object.
Rotate(#DegreeValue : REAL);
Moves a 3D object relative to its current position
Move3D(dX, dY, dZ : REAL);
Moves object relative to its current position.
MoveObjs(dX, dY : REAL; AllLayers, AllObjects : BOOLEAN);
Moves selected object to the back of the object list.
MoveBack;
Moves selected object to the front of the object list.
MoveFront;
Moves selected object backward in the object list.
Backward;
Moves selected object forward in the object list.
Forward;
Flips selected object vertically.
FlipVer;
Flips selected object horizontally.
FlipHor;
Duplicates an object or objects to a dX, dY displacement from the original object
Duplicate(dX, dY : REAL);
Deletes the object connected by ObjectHandle (also works with layers and worksheets)
DelObject( ObjectHandle : HANDLE);
Deletes all selected objects on active layer.
DeleteObjs;